home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 1
/
BBS in a box - Trilogy I.iso
/
Files
/
Publish
/
Photoshop
/
Plug-in Modules
/
Code
/
PIAbout.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-07-08
|
370 b
|
21 lines
|
[
TEXT/MPS
]
/*
File: PIAbout.h
Copyright 1992 by Adobe Systems, Inc.
This file describes version 4.0 of Photoshop's plug-in module interface
for the about box selector.
*/
#define plugInSelectorAbout 0
typedef struct AboutRecord
{
void * platformData; /* Platform specific information. */
char reserved [252]; /* Set to zero */
}
AboutRecord, *AboutRecordPtr;